معرفی شرکت ها


stb_sprintf-devel-1.10^20241002git31707d1-1.fc39.x86_64.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Fast sprintf, snprintf for C/C++
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 39
مخزن Fedora Everything x86_64
نام بسته stb_sprintf-devel
نام فایل بسته stb_sprintf-devel-1.10^20241002git31707d1-1.fc39.x86_64.rpm
نسخه بسته 1.10^20241002git31707d1
انتشار بسته 1.fc39
معماری بسته x86_64
نگهدارنده -
تاریخ ساخت Thu Oct 3 04
هاست سازنده buildvm-x86-31.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/nothings/stb
مجوز MIT OR Unlicense
حجم دانلود 27K
حجم نصب 59.390K
This is a full sprintf replacement that supports everything that the C runtime sprintfs support, including float/double, 64-bit integers, hex floats, field parameters (%*.*d stuff), length reads backs, etc. Why would you need this if sprintf already exists? Well, first off, it’s *much* faster (see below). It’s also much smaller than the CRT versions code-space-wise. We’ve also added some simple improvements that are super handy (commas in thousands, callbacks at buffer full, for example). Finally, the format strings for MSVC and GCC differ for 64-bit integers (among other small things), so this lets you use the same format strings in cross platform code. It uses the standard single file trick of being both the header file and the source itself. If you just include it normally, you just get the header file function definitions. To get the code, you include it from a C or C++ file and define STB_SPRINTF_IMPLEMENTATION first. It only uses va_args macros from the C runtime to do its work. It does cast doubles to S64s and shifts and divides U64s, which does drag in CRT code on most platforms. It compiles to roughly 8K with float support, and 4K without. As a comparison, when using MSVC static libs, calling sprintf drags in 16K.


جایگزین ها

بسته نسخه معماری مخزن
stb_sprintf-devel-1.10^20230129git5736b15-0.7.fc39.aarch64.rpm 1.10^20230129git5736b15 aarch64 Fedora Everything
stb_sprintf-devel-1.10^20230129git5736b15-0.7.fc39.i686.rpm 1.10^20230129git5736b15 i686 Fedora Everything
stb_sprintf-devel-1.10^20230129git5736b15-0.7.fc39.x86_64.rpm 1.10^20230129git5736b15 x86_64 Fedora Everything
stb_sprintf-devel-1.10^20231011gitbeebb24-12.fc39.aarch64.rpm 1.10^20231011gitbeebb24 aarch64 Fedora Everything
stb_sprintf-devel-1.10^20231011gitbeebb24-12.fc39.i686.rpm 1.10^20231011gitbeebb24 i686 Fedora Everything
stb_sprintf-devel-1.10^20231011gitbeebb24-12.fc39.x86_64.rpm 1.10^20231011gitbeebb24 x86_64 Fedora Everything
stb_sprintf-devel-1.10^20240213gitae721c5-6.fc39.aarch64.rpm 1.10^20240213gitae721c5 aarch64 Fedora Everything
stb_sprintf-devel-1.10^20240213gitae721c5-6.fc39.i686.rpm 1.10^20240213gitae721c5 i686 Fedora Everything
stb_sprintf-devel-1.10^20240213gitae721c5-6.fc39.x86_64.rpm 1.10^20240213gitae721c5 x86_64 Fedora Everything
stb_sprintf-devel-1.10^20241002git31707d1-1.fc39.aarch64.rpm 1.10^20241002git31707d1 aarch64 Fedora Everything
stb_sprintf-devel-1.10^20241002git31707d1-1.fc39.i686.rpm 1.10^20241002git31707d1 i686 Fedora Everything


ارائه دهنده

مقدار نام
= 1.10^20241002git31707d1-1.fc39 stb_sprintf-devel
= 1.10^20241002git31707d1-1.fc39 stb_sprintf-devel(x86-64)
= 1.10^20241002git31707d1-1.fc39 stb_sprintf-static


نحوه نصب


نصب پکیج rpm stb_sprintf-devel:

    dnf install stb_sprintf-devel-1.10^20241002git31707d1-1.fc39.x86_64.rpm


فایل ها

مسیرها
/usr/include/stb
/usr/include/stb/stb_sprintf.h
/usr/include/stb_sprintf.h
/usr/share/licenses/stb_sprintf-devel


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2024-10-02

stb_image_resize2 2.11

2024-05-31

stb_image 2.30

2024-05-25

stb_image_resize2 2.07

2024-05-02

Patch for GHSL-2023-171/CVE-2023-45681/CVE-2023-47212

2024-05-02

Fix a description to use American English orthography

2024-05-02

Fix compile error on riscv64

2024-02-13

Update to 0^20240213gitae721c5
stb_image_resize2-devel is updated to 2.06

2024-02-13

Update to 0^20240208gitb7cf124
stb_image-devel is updated to 2.29
stb_image_resize2-devel is updated to 2.05

2023-10-25

stb_vorbis: fix GHSL-2023-165 / fix CVE-2023-45675

2023-10-25

stb_image: fix GHSL-2023-151 / fix CVE-2023-45667

2023-10-25

stb_image: fix GHSL-2023-150 / fix CVE-2023-45666

2023-10-25

Document another bug, PR, and name (GHSL-2023-149) for CVE-2023-43898

2023-10-25

stb_image: fix GHSL-2023-148 / fix CVE-2023-45664

2023-10-25

stb_image: fix GHSL-2023-147 / fix CVE-2023-45663

2023-10-25

stb_image: fix GHSL-2023-146 / fix CVE-2023-45662

2023-10-25

stb_image: fix GHSL-2023-145 / fix CVE-2023-45661